Spread for ASP.NET 12 Product Documentation
TagCloudCellType Constructor(String[],String[],String[])


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TagCloudCellType Class > TagCloudCellType Constructor : TagCloudCellType Constructor(String[],String[],String[])
Items for the cloud specified in a string array
Weights for the cloud items specified in a string array
HTML anchors for the cloud items specified in a string array
Creates a new tag cloud cell with the specified items, weights, and hrefs.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String, _
   ByVal weights() As String, _
   ByVal hrefs() As String _
)
'Usage
 
Dim items() As String
Dim weights() As String
Dim hrefs() As String
 
Dim instance As New TagCloudCellType(items, weights, hrefs)
public TagCloudCellType( 
   string[] items,
   string[] weights,
   string[] hrefs
)

Parameters

items
Items for the cloud specified in a string array
weights
Weights for the cloud items specified in a string array
hrefs
HTML anchors for the cloud items specified in a string array
See Also

Reference

TagCloudCellType Class
TagCloudCellType Members
Overload List